testing.common.failed (field)

15 uses

	testing (current package)
		benchmark.go#L224: 	if b.loop.n > 0 && !b.loop.done && !b.failed {
		benchmark.go#L248: 	if b.failed {
		benchmark.go#L348: 			for n := int64(1); !b.failed && b.duration < d && n < 1e9; {
		benchmark.go#L731: 	return !main.failed
		benchmark.go#L762: 			if b.failed {
		benchmark.go#L866: 	return !sub.failed
		fuzz.go#L216: 	if f.failed {
		fuzz.go#L628: 	return !f.failed
		fuzz.go#L660: 			fuzzNotCalled := !f.fuzzCalled && !f.skipped && !f.failed
		fuzz.go#L661: 			if !f.finished && !f.skipped && !f.failed {
		testing.go#L637: 	failed      bool                 // Test or benchmark has failed.
		testing.go#L962: 	c.failed = true
		testing.go#L976: 	return c.failed
		testing.go#L2014: 	return !t.failed
		testing.go#L2052: 	return !t2.failed